home *** CD-ROM | disk | FTP | other *** search
- Path: newsfeed.pitt.edu!hnkst2
- From: hnkst2+@pitt.edu (Hanhwe N Kim)
- Newsgroups: comp.lang.c++
- Subject: Re: [Q] Is there a Model-View-Controller C++ implementation ?
- Date: 30 Jan 1996 14:25:57 GMT
- Organization: University of Pittsburgh
- Message-ID: <4el9pl$b20@usenet.srv.cis.pitt.edu>
- References: <4eigis$aq9@s3.iway.fr>
- NNTP-Posting-Host: unixs6.cis.pitt.edu
-
- Patrick Lefebvre <plefebvr@pratique.fr> wrote:
- >Hello,
- >
- >I am a student working in C++ with MS-Windows.
- >
- >I seek for an implementation of the MVC (Model-View-Controller),
- >of for references to any existing one.
- >
- >-> it would be better if it was free;
- >-> it would be better if it was for MS-Windows;
- >
-
- I don't know of any toolkit implementations, but the book
- "Design patterns" by Gamma et. al. (known as the Gang-of-4-book)
- has a Observer pattern which is basically the same idea.
-
- The book has source code in C++.
-
- Han
-
-